Home
Ray
Articles
This Old House
Family History
Inline elements
Making Inline elements display on seperate lines
SAMPLE CODE img.has-own-line { display: block; } img.smack-in-the-middle { display: block; /* the following lines will place the image in the center of the screen */ margin-left: auto; margin-right: auto; } img.inset { display: block; margin-left: 100em; }
Inline elements
Making Inline elements display on seperate lines